home *** CD-ROM | disk | FTP | other *** search
/ Symantec Visual Cafe for Java 2.5 / symantec-visual-cafe-2.5-database-dev-edition.iso / Visual Cafe Pro v1.0 / VISCAFE.BIN / SplitterPanel.desc < prev    next >
Encoding:
Text File  |  1997-06-19  |  1.6 KB  |  29 lines

  1. ; symantec.itools.awt.SplitterPanel component description
  2.  
  3. CLASS=symantec.itools.awt.SplitterPanel
  4.  
  5. SMALLICON=components\SplitterPanel.ico, "0"
  6. ICONSUITE=Icons, "155"
  7.  
  8. FOLDER=Panels
  9. TOOLBAR=Panels
  10.  
  11. PROPERTY=Color, "Gap Color", "GapColor", "lightGray"
  12. PROPERTY=Boolean, "Limit Resize", "EnforceMinDim", "false"
  13. PROPERTY=Boolean, "Propagate Resize", "PropResize", "true"
  14.  
  15.  
  16. CONNECTION=input,  "Color", "", "%name%.setGapColor(%arg%);",        "Set color of gap between panes"
  17. CONNECTION=output, "Color", "", "%name%.getGapColor()",            "Get color of gap between panes"
  18. CONNECTION=input,   "int",  "", "%name%.setGapSizes(%arg%);",        "Set the size of the gap between panes"
  19. CONNECTION=input,   "int",  "", "%name%.setBdrSizes(%arg%);",        "Set the outside gap size"
  20. CONNECTION=input, "boolean","", "%name%.setEnforceMinDim(%arg%);",    "Set the Enforce Minimum Dimension mode"
  21. CONNECTION=output,"boolean","", "%name%.getEnforceMinDim()",        "Enforcing Minimum Dimensions?"
  22. CONNECTION=output,"boolean","", "!%name%.getEnforceMinDim()",        "Not enforcing Minimum Dimensions?"
  23. CONNECTION=input, "boolean","", "%name%.setPropResize(%arg%);",        "Set the Resize Propagation mode"
  24. CONNECTION=output,"boolean","", "%name%.getPropResize()",        "Propigate Resizes?"
  25. CONNECTION=output,"boolean","", "!%name%.getPropResize()",        "Don't Propigate Resizes?"
  26. CONNECTION=output,  "int",  "", "%name%.iBdrSize()",            "Get the current pane border size"
  27. CONNECTION=output,  "int",  "", "%name%.oBdrSize()",            "Get the current outside border size"
  28. CONNECTION=input,   "void", "", "%name%.removeAll();",            "Remove all components"
  29.